/*  
BASED ON:
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fefef5 url(../images/page-bg.gif) center repeat-y;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:77.5%;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#fff url(../images/background.jpg) repeat-x;
	margin:0 auto;
	text-align:left;
	width:800px;
}
#content{
	font-size:1.2em;
	float:left;
	padding:30px 0 30px 30px;
	width:520px;
}
#sidebar{
	font-size:1em;
	line-height:1.1;
	float:right;
	margin: 20px 20px 30px 0;
	padding: 10px 0 30px 10px;
	border-left: 3px dotted #CCC;
	width:165px;
}
#header{
	padding:75px 0 3em 2em;
}
#footer{
	background:#f9f9f9;
	color:#888;
	clear:both;
	font-size:0.9em;
	margin:2em 0;
	padding:0.5em 0;
	text-align: center;
}
#categories
{
	float: right;
	margin: 0;
	padding: 0.6em 1.2em;
	font-size: 200%;
	list-style-type: none;
}
#categories li
{
	padding-left: 1.2em;
	display: inline;
}
#categories li a
{
	color: #fefef5;
	font-weight: normal;
}
#categories li a.navTabSel
{
	padding-bottom: 0.1em;
	border-bottom: 3px solid #fff;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
h1{
	color: #468019;
}
img
{
	border: none;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.6em;
}
.entrytitle h2 a
{
	color: #468019;
	font-weight: normal;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.3em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.3em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.tagsLink
{
	background:#fff url(../images/icon-tag.gif) no-repeat;
	padding:1px 3px 3px 21px;
	margin-right: 12px;
}
.commentslink
{
	background:#fff url(../images/icon-comment.gif) no-repeat;
	padding:1px 3px 3px 21px;
	margin-right: 12px;
}
.postinfo a
{
	text-decoration:underline;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar p
{
	margin: 0 0 0.5em 0;
}
#sidebar h1
{
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
	font-size:1.5em;
	margin:0 0 0.3em 0;
}
#sidebar ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	background: #fff;
	border-top:1px solid #ccc;
}
#sidebar ul li
{
	margin-bottom:0.3em;
	padding:0.3em;
	border-bottom:1px solid #ccc;
}
#sidebar .section
{
	margin-bottom: 2em;
}
#sidebar .sectionInner
{
	margin: 0.3em 0 0.5em 1em;
}
#sidebar .subsection
{
	margin-bottom: 0.8em;
}
#sidebar h3
{
	margin-bottom: 0.4em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em 0;
	padding:1em 0;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	margin-right: 0.5em;
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
}
ol.commentlist{
	color:#777;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	border:1px dotted #d1d1d1;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	padding:0.5em;
}
h3#comments{
font-size:1.2em;
}
.commentmetadata
{
margin-top: 0.5em;
font-size: 0.8em;
text-align: right;
}
.commentbody
{
margin-top:0.5em;
}
.commentauthor
{
font-weight: bold;
}
/*************************************
 +Misc
 *************************************/
a
{
	color:#579;
	text-decoration:none;
	font-weight: bold;
}
a:hover
{
	color:#CC0000;
}
.captionedImg
{
	padding-bottom: 2em;
}
table th
{
	text-align: right;
	padding-right: 1em;
}
.hi
{
	background: #FFC;
}
.intro
{
	font-size:130%;
}
.announcement
{
	border: 1px solid #333;
	font-size:120%;
}
.announcementInner
{
	padding: 0.3em 1em;
}